Welcome![Sign In][Sign Up]
Location:
Search - mapi mail

Search list

[Email ClientMailsenderPro

Description: 发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
Platform: | Size: 70674 | Author: 孙中山 | Hits:

[WEB Mail用MAPI发送邮件.ZIP

Description: 包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。-including the transmission of e-mail programs, send e-mail attachments are the procedures and receive e-mail programs.
Platform: | Size: 3720 | Author: 刘劲 | Hits:

[WinSock-NDISmapi

Description: 邮件代码服务器端-mail server code
Platform: | Size: 10632 | Author: 董文建 | Hits:

[Email Client114userface

Description: MAPI 控件实现发送邮件-MAPI mail
Platform: | Size: 1234428 | Author: 必须输 | Hits:

[Email ClientCMapi_src

Description: MAPI协议发送邮件封装类-MAPI agreement transmission mail seal class
Platform: | Size: 12288 | Author: 站长 | Hits:

[Internet-NetworkMAPI

Description: 一个使用MAPI发送邮件的例子,推荐下载--An example of using MAPI to send the mail,recommend
Platform: | Size: 346112 | Author: 站长 | Hits:

[Internet-NetworkNmail邮件程序客户端软件源代码

Description: 基于浏览器的网络邮件程序客户端软件 > 支持MIME邮件格式RFC2045,RFC2046,RFC2047 > 支持邮件内图像格式image/jpeg,image/gif > 支持在单页内显示message/rfc822,message/digest > 运用了新颖的立即算法,邮件处理更快速,高效 > 支持附件传送-browser-based Web mail Client Software gt; Mail MIME format support RFC2045 and RFC2046 and RFC2047 gt; Supported image formats mail within the image/jpeg, image/gif gt; Support for the single-page display message/rfc822, message/data gt; Use a novel algorithm immediately, mail handling more rapid, efficient gt; support Annex transmission
Platform: | Size: 86016 | Author: 周涛 | Hits:

[source in ebook网络编程实作教程

Description: INTERNET网络高级编程的包括邮件加密、MAPI、ISAPI、ACTIVEX、FTP等等。-INTERNET senior network programming including mail encryption, MAPI, ISAPI, ACTIVEX, FTP and so on.
Platform: | Size: 42280960 | Author: 韦功成 | Hits:

[Delphi VCLtemail2

Description: 收发MAPI E-Mail(非SMTP E-mail), 传真的构件-TX MAPI E-Mail (SMTP E-mail), fax Component
Platform: | Size: 123904 | Author: 牛西 | Hits:

[Internet-Networkmapi

Description: 邮件代码服务器端-mail server code
Platform: | Size: 10240 | Author: 董文建 | Hits:

[WEB Mail用VC编写电子邮件程序

Description: 本文主要讲述如何使用Visual C++用MAPI编写E-mail程序。MAPI是包含在Windows之中的,因此不需要安装其他额外的部件。-this paper on how to use Visual C prepared using MAPI E-mail procedures. MAPI is among included in Windows, so there is no need to install additional components.
Platform: | Size: 10240 | Author: ghitx | Hits:

[Email Clientvb-outlook

Description: 用VB编写收发电子邮件程序。在VB中,应用程序可以通过调用微软公司的MAPI实现收发电子邮件的功能-VB prepared e-mail procedures. In VB, applications can call Microsoft's MAPI realization of the e-mail function
Platform: | Size: 2048 | Author: | Hits:

[Email ServerSIMPLE_MAPI_DEMO

Description: 是一个实现了SMTP服务的程序源码,通过Windows提供的MAPI实现邮件的接收和发送功能,对需要使用MAPI实现邮件的收发功能的同学非常有用,请赶快下载吧,物超所值呀!-is a realization of the procedures for SMTP source, through the MAPI Windows Mail receive and transmit functions, the need to use MAPI to achieve mail transceiver function of the students very useful, please download it quickly and value for money!
Platform: | Size: 35840 | Author: 谢维 | Hits:

[File Operateevcmci

Description: 使用MAPI32.DLL发送电子邮件?褂肕API32.DLL发送电子邮件-use MAPI32.DLL use e-mail to send e-mail to send e-mail using MAPI32.D
Platform: | Size: 43008 | Author: 乐天 | Hits:

[Email ClientMailsenderPro

Description: 发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
Platform: | Size: 70656 | Author: 孙中山 | Hits:

[Email ClientExMAPIDemo

Description: extended mapi demo, you can use the program develop extended mapi client to retrieve and send e-mail.-extended MAPI demo, you can use the program develop extended MAPI cl ient to retrieve and send e-mail.
Platform: | Size: 49152 | Author: 石羽 | Hits:

[WEB Mail用MAPI发送邮件.ZIP

Description: 包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。-including the transmission of e-mail programs, send e-mail attachments are the procedures and receive e-mail programs.
Platform: | Size: 3072 | Author: 刘劲 | Hits:

[Communicationcimapi_src

Description: MFC应用程序,实现在程序内部发送E-mail,并且无需用户进行复杂邮件设置。-MFC applications, the realization of the internal procedures to send E-mail, and without mail users set up complex.
Platform: | Size: 3072 | Author: junx | Hits:

[Email ClientIMapi

Description: 一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include "imapi.h" void CBugReport::OnOK() { CIMapi mail mail.To ("UltraMaroon@email.msn.com") // Set recipient name mail.To("someoneelse@somewhereelse.com") // Second recipient mail.Cc("cc@cc.com") // CC recipient // Identify sender (not strictly necessary since MAPI will fill this in for you) mail.From("user@somewhere.com") mail.Subject("Test Email") // Subject of this email mail.Attach("somefilename") // Attaching a file // Attach another file but give it a different name inside the email itself mail.Attach("someotherfile", "different_name_for_recipient") // Put text of message in body mail.Text("Body text for this email") // Set body text mail.Send() // Now send the mail! CDialog::OnOK() } -IMapi a category that can be used in the application process to send mail functions, a reference to the following applications :# include# include "imapi.h" void CBugReport : : OnOK () (mail.To CIMapi mail ( "e @ UltraMaroon mail.msn.com ")// Set recipient name mail.To ( "someoneelse@somewhereelse.com")// Second mail.Cc recipient ( "cc@cc.com")// CC recipie nt// Identify sender (not strictly necessary's ince MAPI will fill this in for you) mail.From ( " user@somewhere.com ") mail.Subject (" Test Em sixty ")// Subject of this email mail.Attach (" so mefilename ")// Attaching a file// Attach anot her file but give it a different name inside the e mail.Attach mail itself ( "someotherfile" "
Platform: | Size: 2048 | Author: 孔生 | Hits:

[Delphi VCLMapiMail

Description: delphi mapi mail sender
Platform: | Size: 3072 | Author: attila174 | Hits:
« 12 3 4 »

CodeBus www.codebus.net